summaryrefslogtreecommitdiff
path: root/app/[lng]/qna/layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/qna/layout.tsx')
-rw-r--r--app/[lng]/qna/layout.tsx18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/[lng]/qna/layout.tsx b/app/[lng]/qna/layout.tsx
deleted file mode 100644
index 87651e92..00000000
--- a/app/[lng]/qna/layout.tsx
+++ /dev/null
@@ -1,18 +0,0 @@
-import { ReactNode } from 'react';
-
-
-export default function EvcpLayout({ children }: { children: ReactNode }) {
- return (
- <div className="relative flex min-h-svh flex-col bg-background">
- <main className="flex flex-1 flex-col">
- <div className='container-wrapper'>
- <div className="container flex-1 items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10">
- {children}
- </div>
-
- </div>
-
- </main>
- </div>
- );
-} \ No newline at end of file